home *** CD-ROM | disk | FTP | other *** search
/ Champak 29 / Volume 29 - JOGO DISK .iso / Games / jet_pac_stan.swf / scripts / DefineSprite_242 / frame_1 / DoAction.as
Text File  |  2006-11-13  |  138b  |  7 lines

  1. point = new object();
  2. point.x = hitP1._x;
  3. point.y = hitP1._y;
  4. localToGlobal(point);
  5. _root.hitP1x = point.x;
  6. _root.hitP1y = point.y;
  7.